home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / reply < prev    next >
Encoding:
Text File  |  1990-11-04  |  3.8 KB  |  117 lines

  1. REPLY
  2.  
  3. Sends a message to the sender of the message you are currently reading or the
  4. one you last read. If you do not specify the name of a file to be sent as your
  5. reply, you are prompted for the text of your reply. You can use the REPLY
  6. command and the ANSWER command interchangeably because they work the same way.
  7.  
  8.                                                       See also <ANSWER>
  9.  
  10. You must be reading a message in order to reply to it.
  11.  
  12. Format:        REPLY [file-spec]
  13.  
  14.  
  15. Qualifiers:    /CC_PROMPT
  16.  
  17.                /[NO]CC_PROMPT
  18.  
  19.                Prompts for the carbon copy (CC:) recipient names. Overrides
  20.                the SET CC_PROMPT command for this message only.
  21.  
  22.  
  23.                /EDIT
  24.  
  25.                /[NO]EDIT
  26.  
  27.                Invokes the editor to edit the reply you are sending. When you
  28.                EXIT from the editor the edited message is sent. To cancel the
  29.                sending of the message, enter the EDT command QUIT, if your
  30.                editor is EDT.
  31.  
  32.                The /LAST qualifier can be used in conjunction with the /EDIT
  33.                qualifier. This allows you to bring the last message you sent
  34.                into the editor to modify for your reply.
  35.  
  36.  
  37.                /EXTRACT
  38.  
  39.                Invokes the editor to enable you to edit the current message 
  40.                that you are replying to.
  41.  
  42.  
  43.                /LAST
  44.  
  45.                Specifies that the last message you sent be used as text for the
  46.                reply.
  47.  
  48.                The /EDIT qualifier can be used in conjunction with the /LAST
  49.                qualifier. This allows you to edit the last message you sent.
  50.  
  51.  
  52.                /PERSONAL_NAME
  53.  
  54.                /[NO]PERSONAL_NAME=name
  55.                Specifies the personal name to be used when replying to this
  56.                message only. The /[NO]PERSONAL_NAME qualifier sends a reply 
  57.                with a blank personal name field.
  58.  
  59.  
  60.                /SELF
  61.  
  62.                /[NO]SELF
  63.  
  64.                Determines whether or not MAIL sends a copy of the response
  65.                back to the user who is responding to the message. The
  66.                default is /NOSELF, unless you have used the SET COPY_SELF
  67.                command to specify that copies be sent to yourself
  68.                automatically.
  69.  
  70.  
  71. Examples
  72.  
  73.       1.
  74.            MAIL> REPLY/EXTRACT
  75.            To:  FLAXEN::STARCK
  76.            Subj:        RE:Verbosity
  77.      
  78.            This text is mailed to a user named Starck.
  79.            [EOB]
  80.               .
  81.               .
  82.               .
  83.            *EXIT
  84.            DISK$:[STARCK]MAIL.TMP;1 17 lines
  85.            MAIL>
  86.  
  87.                     This example shows how to use the /EXTRACT qualifier to 
  88.                     edit your response to a user named Starck on node FLAXEN     
  89.                     before sending it.
  90.  
  91.       2.
  92.            MAIL> REPLY/SELF
  93.            To:  FLAME::CORSTAN, HOWE
  94.            Subj:        Re:  Ecology
  95.            Enter your message below.  Press CTRL/Z when complete,
  96.            or CTRL/C to quit:
  97.               .
  98.               .
  99.               .
  100.            New mail on node MARBLE from HOWE
  101.  
  102.                     This example shows how a user named HOWE on node MARBLE
  103.                     replies to a user named CORSTAN on node FLAME. The /SELF
  104.                     qualifier enables MAIL to return a copy of the reply back 
  105.                     to him/herself.
  106.  
  107.       3.
  108.            MAIL> REPLY/CC_PROMPT
  109.            To:  SAUNDERS
  110.            CC:      ADAMS
  111.            Subj:        Re:  Monday meeting
  112.            Enter your message below.  Press CTRL/Z when complete,
  113.            or CTRL/C to quit:
  114.  
  115.                     This example shows how a user replies to a message from 
  116.                     user SAUNDERS and specifies the /CC_PROMPT qualifier to send 
  117.                     a carbon copy of the message to user ADAMS.